home *** CD-ROM | disk | FTP | other *** search
- Info = {
- ACTIONS = {"justDrawIt:" = "justDrawIt:"; "showPanel:" = "showPanel:"; };
- OUTLETS = {
- myDrawView = myDrawView;
- userField = userField;
- versionField = versionField;
- youAreField = youAreField;
- };
- SUPERCLASS = EditorController;
- };
- EditorController = {
- ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; "runModalFor:" = "runModalFor:"; };
- OUTLETS = {
- appIconButton = appIconButton;
- box1 = box1;
- box2 = box2;
- box3 = box3;
- box4 = box4;
- mainTitle = mainTitle;
- okRevertMatrix = okRevertMatrix;
- text1 = text1;
- text2 = text2;
- text3 = text3;
- window = window;
- };
- SUPERCLASS = Object;
- };
- AlphaNumericView = {
- ACTIONS = {
- "animate:" = "animate:";
- "bounce:" = "bounce:";
- "dissolve:" = "dissolve:";
- "random:" = "random:";
- };
- OUTLETS = {
- bitmap = bitmap;
- font1 = font1;
- font2 = font2;
- font3 = font3;
- font4 = font4;
- font5 = font5;
- slider = slider;
- wheelOfFortuneMatrix = wheelOfFortuneMatrix;
- };
- SUPERCLASS = View;
- };
- DissolveView = {
- ACTIONS = {"dissolve:" = "dissolve:"; };
- OUTLETS = {image = image; };
- SUPERCLASS = View;
- };
- InfoDP = {
- ACTIONS = {
- "flip:" = "flip:";
- "rollCredits:" = "rollCredits:";
- "showPanel:" = "showPanel:";
- };
- OUTLETS = {
- appNameField = appNameField;
- destructCache = destructCache;
- wheelOfFortuneMatrix = wheelOfFortuneMatrix;
- wildView = wildView;
- };
- SUPERCLASS = Info;
- };
- CreditsView = {
- ACTIONS = {"rollCredits:" = "rollCredits:"; "stop:" = "stop:"; };
- OUTLETS = {cache = cache; clipView = clipView; dissolveView = dissolveView; };
- SUPERCLASS = View;
- };
- WheelOfFortuneMatrix = {SUPERCLASS = Matrix; };
- FirstResponder = {ACTIONS = {"help:" = "help:"; }; SUPERCLASS = Object; };
-